home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Rolling Stones: Shine a Light (Press Kit)
/
Shine a Light (Press Kit).iso
/
pc
/
program.dxr
/
Internal_19_Pic_Save Selector Behavior.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-03-03
|
314 b
|
24 lines
global gphotolist
on dosomething
frmRef = the frameLabel
if gphotolist.getPos(frmRef) > 0 then
gphotolist.deleteOne(frmRef)
else
gphotolist.add(frmRef)
end if
end
on mouseUp me
dosomething()
sound(3).play(member("Shutter"))
end
on mouseEnter
cursor(280)
end
on mouseLeave
cursor(0)
end